projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac2a04e
)
* test/lisp/net/tramp-tests.el (tramp--test-timeout-handler):
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 12 Oct 2018 11:42:34 +0000
(13:42 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 12 Oct 2018 11:42:34 +0000
(13:42 +0200)
Add docstring. Remove `interactive' call.
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 523c7afada81b097a7ba7b31e8cfe2c41c592316..6a08cbb5ab200c2f90005fb6105abdd619ed8296 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-4884,7
+4884,7
@@
Use the `ls' command."
(numberp (nth 2 fsi))))))
(defun tramp--test-timeout-handler ()
- (interactive)
+ "Timeout handler, reporting a failed test."
(ert-fail (format "`%s' timed out" (ert-test-name (ert-running-test)))))
;; This test is inspired by Bug#16928.